html,
body {
    width: 100%;
    /* height: 100%; */
    margin: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

p {
    margin: 0;
    /* display: block; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    /* display: block; */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

img,
p,
div {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /*  -webkit-user-select: none; */
}

input {
    border: 0;
    padding: 0;
}

button {
    border: 0;
}